scope resolution operator meaning in Chinese
生存空间解析操作符
生存空间决议运算子
Examples
- Global scope resolution operator
全局范围解析操作符 - Scope resolution operator
生存空间解析操作符 - Intellisense displays a list of valid possible choices after you type the scope resolution operator : :
在键入范围解析运算符( : : )之后, intellisense将显示可能的有效选项的列表。 - There is one coding scenario that will pass the compiler but that will result in an unverifiable assembly : calling a virtual function through an object instance using the scope resolution operator
以下编码方案可以通过编译器,但会导致不可验证的程序集:使用范围解析运算符通过对象实例调用虚函数。例如: